home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / MACUNZIP / README < prev    next >
Text File  |  1989-09-24  |  2KB  |  33 lines

  1. Enclosed is version 2.0 of UnZip by Samuel H. Smith.  This software
  2. can unarchive any .ZIP file including those created by the recently
  3. released pkzip version 1.01.  Personally, I prefer zoo for many
  4. reasons, but there will be zip archives out there and this can help.
  5.  
  6. Unfortunately, the software as released is dependent on the TurboC
  7. runtime library, the 80x86 byte ordering, and compiler optimization
  8. assumptions.  Not very good at all for easy porting to Unix, or for that
  9. matter, any other C compiler/machine combination.  I have made some
  10. significant improvements to create UnZip 2.0.1 in order to increase
  11. portability, to run under Unix, and to compile on PC's under MicroSoft
  12. C.  This software has NOT been extensively tested, but appears to
  13. work well so far.
  14.  
  15. This version will be sent to the author just as soon as I can finally
  16. get throught to his BBS.  I had sent him the same improvements for his
  17. last version (1.5) and explained the benefits of not having zillions of
  18. machine specific versions, but to no avail (there are Amiga and other
  19. hacks out there - mine should be generally more portable).  Sam's
  20. licence permits this modified distribtion when the source is included,
  21. as it is here.
  22.  
  23. My changes among other things, perform such tasks as AUTOMATICALLY
  24. adjusting operation for any byte-ordering (if HIGH_LOW is defined)
  25. and handling C compilers which do not pack structures on 2 byte
  26. boundaries (i.e. move 'longint's to the next 4 byte boundary - this
  27. is a common, and frequently unstoppable, optimization).
  28.  
  29.  
  30. George M. Sipe,               Phone: (404) 447-4731
  31. 537 Lakeshore Drive, Berkeley Lake, GA  30136-3035
  32. UUCP: ...!{decvax,linus,rutgers}!gatech!rebel!george
  33.